home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn to Speak Spanish 5
/
LSSP_5.ISO
/
mac
/
LSSP
/
ORIENTSP.DIR
/
ORIENTSP.DIR
/
00009_Preferences (Unpressed).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-30
|
303 b
|
13 lines
on mouseDown
global SoundLevelSprite, curPage
if not ButPressedOrient(the clickOn, EMPTY, EMPTY) then
return
end if
set the visible of sprite SoundLevelSprite to 0
if the frame <> label("Grammar1") then
set curPage to the frame
end if
go(marker("Preferences"))
enterPrefs()
end